home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / DistributedObjects / remoteSpot / FullCopyList.h < prev    next >
Encoding:
Text File  |  1993-02-18  |  290 b   |  15 lines

  1. #import <remote/transport.h>
  2. #import <objc/List.h>
  3.  
  4. @interface FullCopyList:List <NXTransport>
  5.  
  6. - encodeRemotelyFor:(NXConnection *)connection 
  7.     freeAfterEncoding:(BOOL *)flagp 
  8.     isBycopy:(BOOL)isBycopy;
  9.  
  10. - encodeUsing:(id <NXEncoding>)portal;
  11. - decodeUsing:(id <NXDecoding>)portal;
  12.  
  13. @end
  14.  
  15.